Thread: how to create and save more than 10^18 Integer Data Type?

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Registered User
    Join Date
    Jan 2021
    Posts
    1

    how to create and save more than 10^18 Integer Data Type?

    hi
    i am new to c programming so.
    unsigned long long data type have max range up to 18446744073709551615
    Code:
    unsigned long long ll = 18446744073709551615;
    how can i create integer data type to save more than 10^18 value ?
    thx
    Last edited by think2021; 01-19-2021 at 07:21 AM.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Create integer type that is always 32 bit
    By MartinR in forum C Programming
    Replies: 11
    Last Post: 06-17-2018, 06:12 AM
  2. how to create an array of enum data type?
    By debugg in forum C++ Programming
    Replies: 9
    Last Post: 09-14-2012, 08:52 AM
  3. create new data type
    By macroasm in forum C Programming
    Replies: 15
    Last Post: 05-18-2009, 05:46 AM
  4. Save integer variable
    By metaTron in forum C Programming
    Replies: 3
    Last Post: 01-11-2006, 11:21 PM
  5. Create data type
    By Malefaust in forum C Programming
    Replies: 2
    Last Post: 09-30-2004, 06:06 AM

Tags for this Thread